<?php
include("inc_site/inc_settings.php");
include($path_bfk."inc_sites/inc_header.php");
//echo "pn".$page_name;
?>
<body>

    <div class="w3-container top_bar">
        <div class="w3-row">
<?php
// Top bar
include($path_bfk."inc_sites/inc_top_bar.php");
?>
        </div>
    </div>
<div class="w3-container" style="padding:0;">
    <div class="w3-container" style="padding:0;">
        <div class="w3-cell-row w3-container  w3-mobile">
            <div  class="w3-cell w3-hide-small w3-hide-medium"  style="width:5%;">
                &nbsp;
            </div>
             <div class="w3-cell w3-white w3-mobile" style="width:18%; min-width: 250px; vertical-align:top;">
<?php
// contenu de la colonne gauche
include($path_bfk."inc_sites/inc_left_column.php");
?>
            </div>
            <div class="w3-cell w3-hide-small w3-hide-medium" style="width:20px;">
                &nbsp;
            </div>

<?php
//TODO if recaps ou comparos vers big...
    //if ($page_model == "_model_page_with_iframe.php" || $page_model == "_model_page_2cols.php"){
    if ($no_right_col){
        echo '<div class=" w3-cell w3-mobile w3-white big-container">';
    } else {
        echo '<div class=" w3-cell w3-mobile w3-white central-container">';
    }


//contenu central
echo $str_center_text;

    //if ($page_model !== "_model_page_with_iframe.php" && $page_model !== "_model_page_2cols.php"){
    if (!$no_right_col){
         echo ' </div>
            <div class="w3-cell w3-hide-small w3-hide-medium" style="width:20px;">
                &nbsp;
            </div>
            <div class="w3-cell w3-white  w3-mobile" style="width:16%; min-width:250px;">';

            // contenu de la colonne droite
            include($path_bfk."inc_sites/inc_right_column.php");
    }
?>

            </div>
            <div class="w3-cell w3-hide-small w3-hide-medium" style="width:5%;">
                &nbsp;
            </div>
        </div>
    </div>
</div>
<?php
// bas
include ($path_bfk."inc_sites/inc_bottom_bar.php");
?>

</body>
</html>
